PASO 14: Los inicios de sesión a menudo muestran la longitud de su contraseña, pero no la que ingresó. ¡Hagamos eso aquí!
- Regrese a get_user_input() y coloque algunas líneas en blanco entre response = y return .
- En LÓGICA, vaya a y arrastre Length dentro get_user_input() .
- Luego, cambie la variable dentro ( ) de my_var a response . Necesitamos saber la longitud de la respuesta.
- Luego, debajo, arrastra Multiplying Strings dentro get_user_input . Usaremos esto en la próxima actividad.
To navigate the page using the TAB key, first press ESC to exit the code editor.